GIT Github


Posted by fang on 2020-06-19

常見指令

  • git push origin + 分支或檔案名稱: 將已commit的分支或檔案上傳到github
  • git pull origin + 分支或檔案名稱: 將已commit的分支或檔案下載到github
  • git clone + 網址: 將網址內容複製一份下載到本地

其他功能

  • github中的 fork可以複製一份別人的資料到自己的帳號中

#Git #Github







Related Posts

TechBridge 技術週刊編輯第 200 期的感性時間

TechBridge 技術週刊編輯第 200 期的感性時間

[22] 強制轉型 - ToBoolean、Falsy、Truthy

[22] 強制轉型 - ToBoolean、Falsy、Truthy

[Week 1] 進階 Git 時光機(關於Branch)

[Week 1] 進階 Git 時光機(關於Branch)


Comments